feat(cli): make scan usable with npx command#90
Conversation
|
It looks like this is your first pull request. 🎉 Thank you for your contribution! One of the project maintainers will triage and assign the pull request for review. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct. |
|
Thanks for taking the time to submit your PR, very much appreciated. I tested it out and unfortunately it did not work on my system. But the issue is very much valid, so I did this PR today, which basically does the same thing. Let me know if this fixes your issues. |
|
The fix is perfect, I haven't had time to test it. 👍 npm supports github repository so it is possible to run with this command: but It would be really great, if you could publish this package to the npm registry as well. |
Description
Add bin to
package.jsonto make to be compatible with thenpxcommand, enabling users to run the scan tool directly from the command line.Motivation
I would like to run observatory locally or in CI :)